cmake parts build without install target broken after plugin update
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
Commit 305304e832fe5ecdd532993dad82928aa2bb461e is not backwards compatible.
After switching to cmake native primitives instead of depending on `make`, cmake plugin no longer supports `make` plugin options.
This broke my build with a part of a cmake project w/o install target. It worked before by utilizing the 'artifacts'. With the new cmake plugin, the build/install lifecycle is coupled together with no way to configure/customize. I have to resort to abandon the cmake plugin and use override-build with a complete step-by-step script to build/install.
Evaluation history
No evaluation history available.